google.golang.org/grpc/internal/transport.bufWriter.offset (field)
8 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L569: if l.framer.writer.offset < minBatchSize {
http_util.go#L314: offset int
http_util.go#L336: nn := copy(w.buf[w.offset:], b)
http_util.go#L338: w.offset += nn
http_util.go#L340: if w.offset >= w.batchSize {
http_util.go#L351: if w.offset == 0 {
http_util.go#L354: _, w.err = w.conn.Write(w.buf[:w.offset])
http_util.go#L355: w.offset = 0
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)